home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / util / arc / UnLZX2.lha / UnLZX2.readme < prev   
Text File  |  2000-11-29  |  2KB  |  45 lines

  1. Short:    UnLZX with new args (68k/PPC/i486)
  2. Author:   Oliver Gantert <lucyg@t-online.de>
  3. Uploader: Oliver Gantert <lucyg@t-online.de>
  4. Version:  2.16 (14.11.2000)
  5. Type:     util/arc
  6.  
  7. This is based on the UnLZX port by David Tritscher <dt14@uow.edu.au>
  8.                            changed by <Andreas_Kleinert@t-online.de>
  9.  
  10. ----------------------------------------------------------------------
  11.  
  12. I was tired of all those UnLZX ports which depack to the current dir
  13. and don't support pattern-matching for output files.
  14. So I had to do it...
  15.  
  16. Usage: UnLZX <options>
  17.  
  18.         -v <archive>  - view archive contents
  19.         -x <archive>  - extract archive
  20.         -o <path>     - depack to path
  21.         -p <pattern>  - only depack matching files
  22.                   NEW since 2.06: use Unix-like wildcards (*, ?)
  23.  
  24. New since the last release
  25.  
  26.   - when viewing an archive, the compression ratio is shown in percent
  27.   - when extracting with pattern, only processed files are shown now
  28.   - source change, slight speed increase
  29.  
  30. ----------------------------------------------------------------------
  31.  
  32. This archive contains:
  33.  
  34.   (compiled with vbcc 0.7)
  35.   UnLZX.000 - 68ooo version
  36.   UnLZX.020 - 68o2o/o3o version
  37.   UnLZX.040 - 68o4o/o6o version
  38.   UnLZX.ELF - PPC / PowerUp version
  39.   UnLZX.WOS - PPC / WarpOS version
  40.   (compiled with lcc32)
  41.   UnLZX.exe - i486 / Win95 version (older, but still working)
  42.   src/      - Sources (GPL)
  43.                                             Oliver Gantert, 14.11.2000
  44. ----------------------------------------------------------------------
  45.